home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / bbsxdemo.lzh / UTILS.SIG / LOGSTAT.LZH / LOGSTAT.SCR < prev   
Text File  |  1992-08-20  |  3KB  |  74 lines

  1. SCRIPT
  2. NOABORT
  3.  
  4. ; ---------------------------------------------------------------
  5. ;
  6. ;  FILE NAME:         LOGSTAT.SCR
  7. ;  DATE               20 August 1992
  8. ;  VERSION:           1.00
  9. ;  BY:                R. Sanchez, C&R Systems
  10. ;  PURPOSE:           Sample LOGSTAT.SCR which may be used
  11. ;                     instead of the standard LOGSTAT.HLP
  12. ;                     provided with BBS Express! ST.
  13. ;
  14. ; ---------------------------------------------------------------
  15. ; ----------- COPYRIGHT 1992, R. SANCHEZ, C&R SYSTEMS -----------
  16. ; ---------------------------------------------------------------
  17. ;
  18. ;  1.  HELP files are designed to show a user a text screen.  By
  19. ;  default they have the .HLP file extender.  They are limited in
  20. ;  what they can accomplish.  They are a quick and easy method of
  21. ;  showing users JUST a text file.
  22. ;
  23. ;  2.  They only allow the showing of text and the &nn variables.
  24. ;  Express only takes the .HLP file and shows it to the user
  25. ;  substituting the &xx variables.
  26. ;
  27. ;  3.  HELP files can further be modified to give special
  28. ;  instuctions to the BBS through Keywords on the first line of
  29. ;  the file.  These Keywords MUST be on the first line.  The
  30. ;  valid Keywords are:  MENU, SCRIPT, NOABORT, RETURN, and
  31. ;  SURVEY.  In the absence of a Keyword, Express shows the entire
  32. ;  file to the user with the substitution of the &nn variables.
  33. ;
  34. ;       A.  Note that normally, when the first line contains the
  35. ;  Keyword SCRIPT, then the entire file must be treated as a
  36. ;  Script file and the appropriate Script Commands may be used.
  37. ;
  38. ;       B.  In this case, the file extender is normally .SCR and
  39. ;  if the file is compiled, then it would be .COM.
  40. ;
  41. ;       C.  MENU, SURVEY and RETURN on the first line are a
  42. ;  different type of file, they have their own purpose which is
  43. ;  explained in the manual.
  44. ;
  45. ;       D.  NOABORT on the first line prevents the user from
  46. ;  escaping from the text being shown by use of the "Control X" or
  47. ;  "Control C" keys.
  48. ;
  49. ;  4.  Express looks for default files in the MENUS path in a
  50. ;  specific order.  In the case of the LOGSTAT.xxx file, Express
  51. ;  will search for the files in the following order:
  52. ;
  53. ;        LOGSTAT.HLP
  54. ;        LOGSTAT.SCR
  55. ;        LOGSTAT.COM
  56. ;
  57. ;  5.  NOTE that once ONE of the files is found, it is executed.
  58. ;  The other files will be ignored.  Insure that only the file
  59. ;  you want executed is located in your MENUS path.
  60. ;
  61. ; ---------------------------------------------------------------
  62.  
  63.  
  64. PRINTE
  65. PRINTE ' Online: &01.'
  66. PRINTE '  Alias: &02.'
  67. PRINTE '   From: &05, &06.'
  68. PRINTE
  69. PRINTE ' Your Last Call Was On &12.'
  70. PRINTE
  71. PRINTE ' Time Limit This Call: &13 Mins.'
  72. PRINTE
  73.  
  74.